Investigator API
POST Search TaxMatrix By PGPI
Overview
Performs a pgpi operation.
OperationId: POST Search TaxMatrix By PGPI
Authorization Method(s): OAuth
Verb: POST
End Point: /api/taxmatrix/search/pgpi
Example Request
{
"filters": {
"customerUsageType": "07",
"providerType": "80",
"asOfDate": {
"year": "2024",
"month": "12",
"day": 1
},
"releaseNumber": null,
"dateType": "Date"
},
"parameters": {
"pgpis": [
{
"productGroup": "1111",
"productItem": "55"
}
],
"postalCode": null,
"npanxx": null,
"locations": null,
"address": null,
"stateCountyCity": null,
"geocode": "US48113A0004",
"by": "ProductGroupItem",
"skus": []
},
"clientNumber": "ZRERT1234",
"searchCountry": "UnitedStates",
"searchOption": "PostalCode",
"searchType": "TaxabilityMatrix"
}Overview
Example Response
{
"pgpiResult": [
{
"productGroups": [
{
"group": "0111",
"groupDescription": "ALCOHOLIC BEVERAGES-GROCERY",
"items": [
{
"item": "006",
"itemDescription": "READY TO DRINK COCKTAILS"
}
]
}
]
}
]
}| code | description |
|---|---|
| 200 | Returns the result of the pgpi operation. |
| 400 | Invalid request to call the API. |
| 401 | User is not authorized to access the API. |